Skip to content

Conversation

@goranpaues
Copy link

Both me and my study buddy ran out of disk space on Cloud9 when building the Docker image. Could be that the node build size has increased.

@irkan-hadi
Copy link

I faced same issue, and I think there is an easier way to fix it.

In the docker file, just use node:10-alpine instead of node:10 . alpine size is smaller and the build will succeed.

I created a pull request to the docker file

#7

@dhuang612
Copy link

I also ran into this docker issue when making a new image, I ran the first two commands from this SO to clear out images.

docker system df
docker system prune -a

https://stackoverflow.com/questions/30604846/docker-error-no-space-left-on-device

The first command showed that I had over 3gb of images and the second one removed them. I was then able to make the new image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants